-
Notifications
You must be signed in to change notification settings - Fork 343
[All] Clean lifecycle for v21.06 #2198
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[All] Clean lifecycle for v21.06 #2198
Conversation
Deprecated since v17.12
marked with SOFA_ATTRIBUTE_DEPRECATED__CLASSNAME_INTROSPECTION
Deprecated since v19.12, should have been removed at v20.06
| SOFA_ATTRIBUTE_DISABLED__CLASSNAME_INTROSPECTION() | ||
| std::string shortName(objectmodel::BaseObjectDescription* arg) = delete; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Not 100% sure about the changes in this file 🤔
@damienmarchal Could you validate?
…ycle_for_v21.06 # Conflicts: # modules/SofaBoundaryCondition/SofaBoundaryCondition_test/AffineMovementConstraint_test.cpp # modules/SofaBoundaryCondition/SofaBoundaryCondition_test/PartialFixedConstraint_test.cpp # modules/SofaBoundaryCondition/SofaBoundaryCondition_test/PlaneForceField_test.cpp # modules/SofaBoundaryCondition/SofaBoundaryCondition_test/PointConstraint_test.cpp # modules/SofaBoundaryCondition/SofaBoundaryCondition_test/ProjectDirectionConstraint_test.cpp # modules/SofaBoundaryCondition/SofaBoundaryCondition_test/ProjectToLineConstraint_test.cpp # modules/SofaBoundaryCondition/SofaBoundaryCondition_test/ProjectToPlaneConstraint_test.cpp # modules/SofaBoundaryCondition/SofaBoundaryCondition_test/ProjectToPointConstraint_test.cpp # modules/SofaBoundaryCondition/SofaBoundaryCondition_test/QuadPressureForceField_test.cpp # modules/SofaBoundaryCondition/SofaBoundaryCondition_test/SkeletalMotionConstraint_test.cpp # modules/SofaBoundaryCondition/SofaBoundaryCondition_test/TrianglePressureForceField_test.cpp # modules/SofaGeneralEngine/SofaGeneralEngine_test/AverageCoord_test.cpp # modules/SofaGeneralEngine/SofaGeneralEngine_test/ComplementaryROI_test.cpp # modules/SofaGeneralEngine/SofaGeneralEngine_test/DifferenceEngine_test.cpp # modules/SofaGeneralEngine/SofaGeneralEngine_test/DilateEngine_test.cpp # modules/SofaGeneralEngine/SofaGeneralEngine_test/Engine_test.cpp # modules/SofaGeneralEngine/SofaGeneralEngine_test/ExtrudeEdgesAndGenerateQuads_test.cpp # modules/SofaGeneralEngine/SofaGeneralEngine_test/MeshROI_test.cpp # modules/SofaGeneralEngine/SofaGeneralEngine_test/PlaneROI_test.cpp # modules/SofaGeneralEngine/SofaGeneralEngine_test/SphereROI_test.cpp # modules/SofaGeneralImplicitOdeSolver/SofaGeneralImplicitOdeSolver_test/VariationalSymplecticImplicitSolverNonLinearForceDynamic_test.cpp # modules/SofaGeneralTopology/SofaGeneralTopology_test/CylinderGridTopology_test.cpp # modules/SofaGeneralTopology/SofaGeneralTopology_test/SphereGridTopology_test.cpp # modules/SofaMiscCollision/src/SofaMiscCollision/CapsuleModel.h # modules/SofaMiscCollision/src/SofaMiscCollision/OBBModel.h # modules/SofaMiscCollision/src/SofaMiscCollision/RigidCapsuleModel.h # modules/SofaMiscFem/SofaMiscFem_test/LennardJonesForceField_test.cpp # modules/SofaMiscFem/SofaMiscFem_test/LennardJonesForceField_test.h # modules/SofaMiscFem/SofaMiscFem_test/LennardJonesForceField_test.inl # modules/SofaMiscFem/SofaMiscFem_test/TetrahedronHyperelasticityFEMForceField_params_test.cpp # modules/SofaMiscFem/SofaMiscFem_test/TetrahedronHyperelasticityFEMForceField_scene_test.cpp
|
[ci-build][with-all-tests] |
|
241 files +953 −3,830 en fast merge 😉 |
…ycle_for_v21.06 # Conflicts: # SofaKernel/modules/SofaHelper/src/sofa/helper/visual/DrawTool.h
Just to make sure it will be seen because it's needed for v21.06 😄 |
|
[ci-build][with-all-tests] |
|
[ci-depends-on] detected during build #11. To unlock the merge button, you must
|
|
[ci-depends-on] detected during build #12. To unlock the merge button, you must
|
|
[ci-depends-on] detected during build #13. To unlock the merge button, you must
|
|
[ci-depends-on] detected during build #14. To unlock the merge button, you must
|
|
[ci-depends-on] detected during build #15. To unlock the merge button, you must
|
|
[ci-depends-on] detected during build #16. To unlock the merge button, you must
|
|
[ci-depends-on] detected during build #17. To unlock the merge button, you must
|
|
[ci-depends-on] detected during build #18. To unlock the merge button, you must
|
|
Ready for some "review" (if you are brave enough)! 💪 |
fredroy
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good to me after super quick glancing over it; and the CI seems happy too so...
#2197 should be merged first
[ci-depends-on https://github.com/sofa-framework/SofaPython3/pull/150]
Cleaning (removing or setting "deleted") things that have been deprecated for long enough (some of them since 2017...).
Also
By submitting this pull request, I acknowledge that
I have read, understand, and agree SOFA Developer Certificate of Origin (DCO).
Reviewers will merge this pull-request only if